home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-05-06 | 381 b | 8 lines | [TEXT/KAHL] |
- typedef struct rgnList
- {
- struct rgnList **next; /* maintain a stack of these, for heierarchical menus. */
- RgnHandle theRgn; /* must draw to everything but the region to look good, */
- Rect origRect; /* but when it restores it copies the entire rectangle. */
- long when; /* when the screen shot was taken, in internal 'time' */
- } rgnList, *rgnListPtr, **rgnListHandle;
-